------------------------------------------------------------------------------------------------------
Steps to add PM8000 support in IONE 6.0.1 and SPM 7.0.1 Primary Server and Standalone
------------------------------------------------------------------------------------------------------
1. Open PM8000_LocalAssets.7z in 7-Zip
2. Select all folders inside the PM8000_LocalAssets.7z 
3. Click Ectract button
4. Enter the IONE\SPM root folder, such as C:\Program Files (x86)\Schneider Electric\ION Enterprise, as the "Copy to" path and click Ok 
5. Open Windows Command Prompt and go to IONE/SPM's system bin folder, such as C:\Program Files (x86)\Schneider Electric\Power Monitoring Expert\ION Enterprise\system\bin
6. Type MeterRegistry.exe RegistryPM8000.xml in Windows Command Prompt and hit Enter
7. Open PM8000_SharedAssets.7z in 7-Zip
8. Select all folders inside the PM8000_SharedAssets.7z 
9. Click Ectract button
10. Enter the IONE\SPM root folder, such as C:\Program Files (x86)\Schneider Electric\ION Enterprise, as the "Copy to" path and click Ok 
11. Execuate PM8000.sql in Diagnostic the folder, C:\Program Files (x86)\Schneider Electric\ION Enterprise\Diagnostic\PM8000.sql, in SQL Management Studio


------------------------------------------------------------------------------------------------------
Optional: Steps to add PM8000 to OPC in IONE 6.0.1 and SPM 7.0.1  
Please note that you are required to have OPC license.  If you don't have OPC license, doing the following
will not enable OPC funtion.
------------------------------------------------------------------------------------------------------
1. Open Windows Explorer and browse to IONServices folder, such as C:\Program Files (x86)\Schneider Electric\ION Enterprise\system\IONServices.
2. Backup DefaultMeasurements.xml in the folder
3. Open DefaultMeasurements.xml in a text editor, such as NotePad
4. Locates <f:Features> in the xml
5. Add the exact following inside <f:Features> tag
	<f:DeviceType name="8000">
	    <f:FR ref="Full"/>
	</f:DeviceType>
6. After step 5, your <f:Features> may look like this
	<f:Features>
	    <f:DeviceType name="8000">
	        <f:FR ref="Full"/>
	    </f:DeviceType>
            <f:DeviceType name="8800">
			...
	    </f:DeviceType>
	    <f:DeviceType name="7700">
			...
	    </f:DeviceType>
		...
	</f:Features>